home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOS.dir / 00147_Script_147 < prev    next >
Text File  |  1997-05-14  |  331b  |  10 lines

  1. on exitFrame
  2.   global gbackground,gschedule,gproduct,gcontact,gexit
  3.   --  set the visible of sprite gbackground to false
  4.   --  set the visible of sprite gschedule to false
  5.   --  set the visible of sprite gproduct to false
  6.   --  set the visible of sprite gcontact to false
  7.   set the visible of sprite gexit to false
  8.  
  9.   
  10. end